home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wit472.zip / LIB / HELP / MORPHO / GCLOSE / GCLOSE.bin
Text File  |  1994-11-25  |  869b  |  19 lines

  1. OPERATOR
  2.  
  3. gclose --- greyscale closing
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The gclose operator computes a morphological closing on the greyscale input 
  9. image. A closing is a dilation followed by an erosion. The number of 
  10. iterations specified by the niterations parameter determines how many times the 
  11. dilation and erosion is executed. The greyscale dilation and erosion is slower 
  12. than its binary counterpart since a minimum or maximum has to be computed 
  13. for each neighborhood in the input image. The kernel parameter allows the user 
  14. to specify a vector of integers corresponding to the structuring element to 
  15. be applied to the input image. The vector is treated as a binary input 
  16. where all non-zero values are considered to be equivalent to 1. For more on 
  17. the use of the kernel, consult the documentation or help for the min and max 
  18. operators. 
  19.